php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#314895 - 07/22/07 08:37 PM Re: [7.x] Admin IP Information [Re: Mike G]
Rose Offline
Power User

Registered: 09/29/06
Posts: 76
I'm very confused. Giz, is your first script up-to-date with all the changes in the rest of the thread?

Thanks, I'd like to apply this mod. smile

Top
#314897 - 07/23/07 12:21 AM Re: [7.x] Admin IP Information [Re: Rose]
Mike G Offline
Newbie

Registered: 05/28/07
Posts: 11
Originally Posted By: Rose
I'm very confused. Giz, is your first script up-to-date with all the changes in the rest of the thread?

Thanks, I'd like to apply this mod. smile


Hi Rose,

I took Gizmo's online "how to" and updated it for v7.2 and put it into an attachment. Also incorporated the Admin/Mod update he helped me with the other night. Just take a look at the attachment, it is commented for that section. As is it will allow both Admins and Mod's to view IP details.

[Gizmo, Mod's... feel free to relocate this attachment to the inital post if you wish]




Attachments
2453-AdminIPInfo7.2.txt (23 downloads)


Top
#314901 - 07/23/07 02:33 AM Re: [7.x] Admin IP Information [Re: Mike G]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
It shouldn't be too much differant in 7.2; granted the showflat/showthreaded steps apply elsewhere, but i commented on that in the original post... I'm not sure what all would be differant; it's honestly just looking for the ip areas, I applied this on my sites but i'm not sure how much of the "how to" i actually followed in 7.2...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#314907 - 07/23/07 10:04 AM Re: [7.x] Admin IP Information [Re: Gizmo]
Mike G Offline
Newbie

Registered: 05/28/07
Posts: 11
Originally Posted By: Gizmo
It shouldn't be too much differant in 7.2; granted the showflat/showthreaded steps apply elsewhere, but i commented on that in the original post... I'm not sure what all would be differant; it's honestly just looking for the ip areas, I applied this on my sites but i'm not sure how much of the "how to" i actually followed in 7.2...


Just minor things, like path to the template files (added the /default/ path) removing the reference to showthreaded since it dosesn't exist (at least on my v7.2 installation) and included the blurb on Admin & Mod permissions.

I like having the mod's in a text file as well since I can store that information for future reference.


Top
#314908 - 07/23/07 11:21 AM Re: [7.x] Admin IP Information [Re: Mike G]
Rose Offline
Power User

Registered: 09/29/06
Posts: 76
Thanks Mike and Gizmo! smile

Top
#317280 - 06/24/08 02:11 PM Re: [7.x] Admin IP Information [Re: Rose]
winter Offline
Lurker

Registered: 09/10/03
Posts: 3
Loc: Salt Lake City, Utah
This is very nice, and is something I wish was included in the standard code. We always check a new members IP# (and their email address via Google) to see what info turns up before we approve them.

Do you know if it is possible to do this with some other DNS sites? For instance the site http://www.ipligence.com/geolocation/# is sort of nice because it provides a map of the location (as do several other sites). But it looks like the IP# info is generated once you enter the number in their form and submit it. Is there anyway to do that with something like what the modifications listed here?

Mark

Top
#317283 - 06/24/08 07:18 PM Re: [7.x] Admin IP Information [Re: winter]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
So long as they allow input via the URL youc an use anyone; simply change the default url in your install.
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#317289 - 06/25/08 09:47 AM Re: [7.x] Admin IP Information [Re: Gizmo]
winter Offline
Lurker

Registered: 09/10/03
Posts: 3
Loc: Salt Lake City, Utah
Thanks for responding Gizmo. I think the problem is that they don't allow input via the URL. Most of these sites return the IP informtion for the person who is accessing the page. So in the case of ipligence.come (and several others)if I put their URL in then when an Admin clicks on a users IP# they get information about themselves instead of info for the user.

The sites are set up with a form where you have to type in the ip# you want info on if you are not inquiring about your own IP. I don't know if it is possible to setup a URL which will pass the ip number to the form and submit it? That is what I was hoping was possible, but I suspect it is not.

Not a big deal, but the tie in to Google maps is helpful to get a sense of where they are.

Anyway, thanks again,
Mark

Top
#317290 - 06/25/08 08:14 PM Re: [7.x] Admin IP Information [Re: winter]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Well, it'd be a little more involved than that... Those which allow input via URL use the GET input, wheres others use POST which would require them allowing outside input in the first place...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#317905 - 03/17/09 03:53 PM Re: [7.x] Admin IP Information [Re: Gizmo]
jgeoff Offline
Power User

Registered: 04/05/01
Posts: 97
Loc: NJ

JEEZ! The delete time is pretty short here, no? tipsy
(I mistakingly posted this under 7.0-7.2 rather than 7.3)




My linked IP addresses are no longer working because they come through as being enclosed in parentheses and -- while it used to work just fine for domaintools.com, they no longer do.

Am I missing something here that causes IPs to be enclosed in parentheses? I've been away from this code for so long -- did I put the parentheses somewhere else? lol

in my post_side.tpl

Code:
{if $postrow[post].IP}
<br />
<i><a href="http://whois.domaintools.com/{$postrow[post].IP}" target="_blank">{$postrow[post].IP}</a></i>
{/if}



My results now turned up malformed, despite them working fine recently (with parentheses; domaintools didn't care before):

http://whois.domaintools.com/(206.16.96.32)




Edited by jgeoff (03/17/09 04:02 PM)
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Honorable Mention
UBB.classic 6.7.2 - RIP
Browser: Firefox 2.0

Top
#317908 - 03/17/09 05:28 PM Re: [7.x] Admin IP Information [Re: jgeoff]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
The initial steps in the main page should have nuked the parenthases in the first place... (in fact, thats all the script page update does)


Edited by Gizmo (03/17/09 05:29 PM)
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
Page 2 of 2 < 1 2



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks